Crate alloy_transport_http

Source
Expand description

§alloy-transport-http

HTTP transport implementation.

Re-exports§

Structs§

  • AuthLayerNon-WebAssembly and hyper and jwt-auth
    The AuthLayer uses the provided JwtSecret to generate and validate the jwt token in the requests.
  • AuthServiceNon-WebAssembly and hyper and jwt-auth
    A service that generates and validates the jwt token in the requests using the provided secret.
  • Rexported from reqwest. An asynchronous Client to make Requests with.
  • An Http transport.
  • HyperClientNon-WebAssembly and hyper
    A hyper based client that can be used with tower layers.

Type Aliases§